projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091377f
)
(calc-any-evaltos): Initialize to nil, since
author
David Kastrup
<dak@gnu.org>
Tue, 29 Oct 2002 00:29:38 +0000
(
00:29
+0000)
committer
David Kastrup
<dak@gnu.org>
Tue, 29 Oct 2002 00:29:38 +0000
(
00:29
+0000)
calc-refresh-evaltos appears to need this.
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 99d8b90dd89fdff5cb71d2f5c154949daca4adb5..637154a15405abbd9191e9a1c260ff1ffa295e9d 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-1615,7
+1615,7
@@
See calc-keypad for details."
stack (cdr stack))))))
(and calc-embedded-info (calc-embedded-stack-change)))
-(defvar calc-any-evaltos)
+(defvar calc-any-evaltos
nil
)
(defun calc-refresh (&optional align)
(interactive)
(and (eq major-mode 'calc-mode)